home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Magnum One
/
Magnum One (Mid-American Digital) (Disc Manufacturing).iso
/
d12
/
tcoop.arc
/
TCOOP2.ARC
/
GWSOUNIT.H
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1991-10-26
|
335 b
|
18 lines
// gwsounit.h: Graphics-based window screen object class
#ifndef H_GWSOUNIT
#define H_GWSOUNIT
#include "isounit.h"
#include "gfsounit.h"
class Wso : public Iso {
public:
Wso(int Ba, int Fa, ColorPak &Cp);
virtual void MoveLoop(MsgPkt &M);
virtual void Prompt(void);
virtual void UnPrompt(void);
};
#endif